Cats on ladders

Problem 1. Suppose a ladder is leaning vertically against a wall, and a cat is sitting on the midpoint of the ladder. If the base of the ladder begins to slide away from the wall with the top of the ladder maintaining contact with the wall, what shape is traced by the path of the cat?

It goes without saying that you should try to formulate an answer before playing with the widget. Drag the “Ladder” slider to cause the ladder to move.

Maybe the presence of the “Cat” slider gives away this second problem:

Problem 2. Suppose the cat is again on the ladder, but this time, not at the midpoint. What path does it trace now? (Use the “Cat” slider to move the cat around.)

Here is a reflected version of the same visualization, in case you want to see four ladders going all at once.

It’s an ellipse! Lastly, what shape does the ladder itself trace? Try it:

That shape is an astroid. To see more about astroids, see the next blog post on hypocycloids.

Those are the first two problems in this wonderful little geometry book:

Cover of Lines and Curves

It was translated from Russian, and originally used in the Gelfand Correspondence School. The perspective of the book is to explore basic geometry from the perspective of “motion”: ladders sliding with cats sitting on them, little rings attached to circles being pulled on strings, etc.

That perspective lends itself very nicely to interactive computer exploration, and I am tempted to digitize more of these problems for fun…

I used the library JSXGraph. For my source code, see here.


Back to homepage

Homepage - Github